Accusoft.PdfXpress5.ActiveX
Save PDF to File
See Also Send Feedback
PDF Xpress 5 for ActiveX - User Guide > How To > Save PDF to File

Glossary Item Box

PDF Xpress™ supports saving a PDF document to a file on the local file system. To save a PDF document to file, call the SaveDocument method.

Remote file access (HTTP / FTP) is not supported by PDF Xpress. 
PDF Xpress saves all documents in PDF version 1.6 if changes have been made to the document; if changes have not been made, then the version is unchanged.
VB Example Copy Code
'This code demonstrates saving a PDF to a file
Dim so As New SaveOptions
so.FileName = "C:\test1.pdf"
document.SaveDocument so
error:
MsgBox pdfxpress1.PdfError

See Also

©2012. Accusoft Corporation. All Rights Reserved.